home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ca29_3.zip / FILEMGR.DOC < prev    next >
Text File  |  1992-11-30  |  8KB  |  385 lines

  1. COM-AND FileMgr Script
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.           ----------------------------------------
  13.                COM-AND FileMgr Script
  14.           Script based File Management for COM-AND
  15.           ----------------------------------------
  16.  
  17.  
  18.  
  19.  
  20.     COM-AND, and the FILEMGR script are copyright 1992 by CABER
  21.     Software.  COM-AND is distributed freely and may be copied by
  22.     anyone for any number of machines, for purposes of evaluation.
  23.     The author offers COM-AND and its accessory programs as "share-
  24.     ware".  If you USE COM-AND after evaluating it, you MUST pay
  25.     for it.
  26.  
  27.  
  28.     The complete user license and registration information is to be
  29.     found in the file REGISTER.DOC.  Limitations on redistribution
  30.     of COM-AND are set out in the file VENDOR.DOC.    These two files
  31.     are included with the COM-AND program release.
  32.  
  33.  
  34.  
  35.                  CABER Software
  36.                  R. (Scott) McGinnis
  37.                  P.O. Box 3607 Mdse Mart
  38.                  Chicago, IL 60654-0607
  39.  
  40.                  GEnie, Delphi: TARTAN
  41.                  CIS .......... 73147,2665
  42.                  Internet ..... 73147.2665@compuserve.com
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. Version 1.0: 921012
  55.  
  56. COM-AND FileMgr Script
  57.  
  58.  
  59.                  Table of Contents
  60.                  -----------------
  61.  
  62. I.    Introduction  .............................................. page 1
  63.  
  64.     A. What is COM-AND? ........................................ page 1
  65.     B. The FILEMGR script ...................................... page 1
  66.  
  67. II.    Running FileMgr  ........................................... page 2
  68.  
  69. III.    FileMgr functions .......................................... page 3
  70.  
  71. IV.    Program Requirements ....................................... page 4
  72.  
  73. V.    Program and Author Information    ............................ page 5
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Version 1.0: 921012
  110.  
  111. COM-AND FileMgr Script                           Page   1
  112.  
  113.  
  114. I.    Introduction
  115.  
  116.  
  117.     A. What is COM-AND?
  118.  
  119.  
  120.        COM-AND for the IBM PC and compatibles is a communications
  121.        program for use by itself, or for use with several integrated
  122.        accessory programs (which themselves may be used independently of
  123.        COM-AND).  COM-AND provides standard comm program functions:  a
  124.        dialing directory, macros, disk logging, binary and ASCII file
  125.        transfers, scripted execution and so on.
  126.  
  127.  
  128.     B. The FileMgr script
  129.  
  130.        The script FileMgr.CMD was constructed at a customer's request
  131.        to support some useful file-management functions while on-line.
  132.        It simplifies file-oriented functions such as renaming, deleting,
  133.        and uploading.
  134.  
  135.  
  136.        This document discusses the function of the FileMgr.CMD script.
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. Version 1.0: 921012
  165.  
  166. COM-AND FileMgr Script                           Page   2
  167.  
  168.  
  169. II.    Running FileMgr
  170.  
  171.  
  172.     The FileMgr script is invoked through COM-AND's script processor
  173.     (F2).  When invoked, FileMgr first asks for a new subdirectory.
  174.     When this request is satisfied, FileMgr displays the first page
  175.     of a directory listing for the subdirectory.
  176.  
  177.  
  178.     Before you execute FileMgr the first time, you may wish to change the
  179.     default word processor invoked by the 'W' command.  The second line
  180.     of the script specifies the program file name, fully qualified, for
  181.     use by the 'W' command.  If you leave it blank, you are asked for a
  182.     name when you press 'W'.  The value "INTERNAL" is used to specify
  183.     COM-AND's internal editor.
  184.  
  185.  
  186.           [FileMgr.CMD is an ASCII file and must remain so for COM-AND.
  187.           ASCII files are prepared by text editors (e.g. EDLIN).  Word
  188.           processors usually do not emit ASCII files...  if you wish to
  189.           use an word processor to change FileMgr, be sure it gives
  190.           you ASCII output (often called non-document format).
  191.  
  192.           [FileMgr.CMD defaults to COM-AND's INTERNAL editor in its dis-
  193.           tributed form, and after a failure to load the editor you
  194.           specify (if you change the script).  Please refer to the docu-
  195.           ment CAEDIT.DOC for a discussion of this editor.]
  196.  
  197.     The FileMgr script adjusts to the screen size in use.  The last lines
  198.     of the open window list commands you may be executed.
  199.  
  200.  
  201.     Note: any subdirectory/drive change you perform within FileMgr is
  202.     'cancelled' when you exit FileMgr.  Similarly, the screen from which
  203.     FileMgr was executed is restored.
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219. Version 1.0: 921012
  220.  
  221. COM-AND FileMgr Script                           Page   3
  222.  
  223.  
  224. III.    FileMgr functions
  225.  
  226.  
  227.      key ......... (Cursor down)  Move the cursor down
  228.      key ......... (Cursor up)    Move the cursor up
  229.     > key ......... (Cursor right) Move the cursor left
  230.     < key ......... (Cursor left)  Move the cursor right
  231.     PgUp key ...... Previous page of display
  232.     PgDn key ...... Next page of display (circular)
  233.     Home key ...... First page of display
  234.     End key ....... Last page of display
  235.  
  236.     Alt-F10 ....... Shell to DOS (type 'EXIT' to return)
  237.     INS key........ Execute a DOS command
  238.  
  239.     C)opy ......... Copy the highlighted file somewhere else
  240.     D)el .......... Delete the highlighted file all together
  241.     E)xec ......... Run the highlighted item as a program
  242.     F)ree ......... Show space left on the default drive
  243.     M)ask ......... Set new search mask (default is *.*)
  244.     N)ewdir ....... Change directories
  245.     R)en .......... Rename the highlighted file
  246.     S)end ......... Send highlighted file name through the modem
  247.     U)pld ......... Upload highlighted file with protocol
  248.     V)iew ......... Read the highlighted file (with DOS TYPE)
  249.     W)ord ......... Use an editor on the highlighted file
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. Version 1.0: 921012
  275.  
  276. COM-AND FileMgr Script                           Page   4
  277.  
  278.  
  279. IV.    Program requirements
  280.  
  281.  
  282.     COM-AND is written for an IBM PC or DOS compatible machine.  COM-AND
  283.     does direct to screen buffer fetches and stores (unless BIOS screen
  284.     updates are directed using the /C switch or the Alt-O options menu).
  285.  
  286.  
  287.     COM-AND is TopView aware even without the /C switch or Alt-O option.
  288.  
  289.  
  290.     COM-AND supports MDA, CGA, EGA and Hercules.  COM-AND uses a Micro-
  291.     soft Mouse if one is available..
  292.  
  293.  
  294.     COM-AND disk I/O is done through the 'Handle' oriented I/O routines
  295.     added to DOS 2.0.  Therefore DOS 2.0 is a minimum requirement.
  296.  
  297.  
  298.     COM-AND (Version 2.9) requires 277K for itself.  You need 384K
  299.     to take advantage of the DOS Gateway and to load accessories.
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. Version 1.0: 921012
  330.  
  331. COM-AND FileMgr Script                           Page   5
  332.  
  333.  
  334. V.    Author information
  335.  
  336.  
  337.     COM-AND was written using Microsoft Macro-Assembler.  The author
  338.     likes assembler.  Assembly language is an entirely appropriate
  339.     vehicle for some of the program, and a not-inappropriate vehicle
  340.     for the rest of it.  Everything, in moderation...
  341.  
  342.  
  343.     The author of this program is R. Scott McGinnis of Chicago, IL.
  344.     GEnie and Delphi ID:  TARTAN.  CIS ID:    73147,2665.  Comment and
  345.     suggestions (and criticism in moderation) are welcomed:
  346.  
  347.              CABER Software
  348.              R. (Scott) McGinnis
  349.              P.O. Box 3607 Mdse Mart
  350.              Chicago, IL 60654-0607
  351.  
  352.  
  353.     I thank my wife, Elizabeth, who lived in purgatory while this script
  354.     was written.  [Having nothing to do with the script, I assure you!.]
  355.  
  356.  
  357.     This script (Version 1.0) may be distributed freely (but it isn't a
  358.     whole lot of use without COM-AND).  Any improvements you return to
  359.     the author get attention...  errors you report are corrected.
  360.     COM-AND is shareware.  If you USE COM-AND after a 30 day evaluation,
  361.     you MUST pay for it.  [Please read REGISTER.DOC.]
  362.  
  363.  
  364.     Any hardware names and software names in this document are trademarks
  365.     or trade names of specific manufacturers.
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384. Version 1.0: 921012
  385.